home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
extraurb
/
mi076.dir
/
00034_Script_34
< prev
next >
Wrap
Text File
|
1983-01-30
|
493b
|
16 lines
on HILITE_INT _inizio,_fine,_sprite
set cast_hilite to "internal"
set _num to _fine-_inizio
set _libero to true
repeat while _num>=0
if rollOver(_num+_sprite) and _libero then
set the member of sprite (_num+_sprite) to member (_fine+_num+1) of castLib cast_hilite
set _libero to false
else
set the member of sprite (_num+_sprite) to member (_inizio+_num) of castLib cast_hilite
end if
set _num to _num-1
end repeat